/*
	'DEFAULT' - CSS theme variation (just changing the sections nav from grey to blue)
*/


/*
-------------------MENU COLORS ----------------------------------------------------------------------*/
/*  Navigation bar 
----------------------------------------------------------------------------------------------------*/
.navigation {
	background:#025bb5 url(/cms/images/color_schemes/images/default/nav-bkgrnd-x-DEFAULT.jpg) bottom repeat-x;
}
.menu ul li a {
	/* color:#fff; link text - font color  */
	background:none;
}
/* specific to non IE browsers */
.menu ul li:hover a {
	background:url(/cms/images/color_schemes/images/default/nav-right-classified-DEF.gif) 0 bottom repeat-x;
	color:#eee; /* link text - font color on hover */
}
.menu ul li ul {
	border-right:9px solid #94bce0;
	border-bottom:2px solid #94bce0;
	border-left:2px solid #94bce0;
}
.menu ul li:hover ul li a {
	background:#ececec; /* url(/cms/images/color_schemes/images/default/nav-right-classified-onDEF.gif) 0 bottom repeat-x;
 background:#025bb5; sub menu links - background color  */
	color:#025bb5; /* sub menu link text - font color  */
}
.menu ul li:hover ul li a:hover {
	background:#0855ad; /* url(/cms/images/color_schemes/images/default/nav-right-classified-DEF.gif) 0 bottom repeat-x;  submenu links-bkgrnd color/image onhover */
	color:#fff; /* sub menu link text - font color on hover  */
	text-decoration:none;
	border-bottom:none;
}
.menu ul li:hover ul li {
	border-bottom:1px solid #dddfde;
}

.menu li.active {
	background:#ccc url(/cms/images/color_schemes/images/default/menu-a-hover-DEF.gif) 0 bottom repeat-x;/* links-background color for 'active' */
}
/*.menu li.active a {
	background:#ccc url(/cms/images/color_schemes/images/default/menu-a-hover-DEF.gif) 0 bottom repeat-x;/* link text - font color for 'active' */
}*/
.menu li.active a:hover {
	color:#444; /* link text - 'active' font color on hover  */
}


/* **************************** reiterate styles for right nav after re-nesting ****************************

/*NEW*/

.navigation_right { 
	background-color:#003366;
}
.navigation_right ul {
	background-color:#003366;
}
.navigation_right ul li a, .navigation_right ul li a:visited {
	text-decoration:none;
	color:#fff; /* link text - font color  */
}
.navigation_right ul li ul {
	background-color:#003366;
}

/* specific to non IE browsers */
.navigation_right ul li:hover a {
	/*background-color:#003366;*/
	background:#325880 url(/cms/images/color_schemes/images/default/nav-right-classified-onDEF.gif) 0 bottom repeat-x;
	color:#fff; /* link text - font color on hover */
}
.navigation_right ul li:hover ul li a {
	/* background:#003366; sub menu links - background color  */
	background:#325880 url(/cms/images/color_schemes/images/default/nav-right-classified-DEF.gif) 0 bottom repeat-x;
	color:#fff; /* sub menu link text - font color  */
}
.navigation_right ul li:hover ul li a:hover {
	background:#325880 url(/cms/images/color_schemes/images/default/nav-right-classified-onDEF.gif) 0 bottom repeat-x;
	color:#ffc; /* sub menu link text - font color on hover  */
}
.navigation_right li.active {
	background:#003366 url(/cms/images/color_schemes/images/default/nav-right-classified-onDEF.gif) 0 bottom repeat-x;; /* links - background color for 'active' state  */
}
.navigation_right li.active a {
	color:#fff; /* link text - font color for 'active' state  */
}
.navigation_right li.active a:hover {
	color:#ffc; /* link text - 'active' font color on hover  */
}

/* THREE links to the right - advertise, store, classifieds */

.navigation_right {
	background: url(/cms/images/color_schemes/images/default/nav-right-trans-DEF.jpg) no-repeat;
	color:#fff;
}
.navigation_right ul li {
	background:#325880 url(/cms/images/color_schemes/images/default/nav-right-classified-DEF.gif) 0 bottom repeat-x;
}
.navigation_right li:hover a {
	/*background:#003366;*/
	background:#325880 url(/cms/images/color_schemes/images/default/nav-right-classified-onDEF.gif) 0 bottom repeat-x;
	color:#fff;
	border-bottom:none;
}
.navigation_right li a:hover {
	color:#ffc;
	background:#325880 url(/cms/images/color_schemes/images/default/nav-right-classified-onDEF.gif) 0 bottom repeat-x;
	text-decoration:none;
	border-bottom:none;
}
.navigation_right li:hover ul li a:hover {
	/*background:#003366;*/
	background:#325880 url(/cms/images/color_schemes/images/blue/nav-right-classified-BLUE.gif) 0 bottom repeat-x;
	color:#ffc;
	text-decoration:none;
	border-bottom:none;
}